macterm.c (mac_check_for_quit_char): Adding BLOCK_INPUT
authorSteven Tamm <steventamm@mac.com>
Fri, 7 May 2004 17:46:50 +0000 (17:46 +0000)
committerSteven Tamm <steventamm@mac.com>
Fri, 7 May 2004 17:46:50 +0000 (17:46 +0000)
commit5c92066f8ffa59dea7865800e8d6e6f78e58bcea
treeba30a27b1b6f7b0ad1e56dc1fbd9ea94b6e82c24
parente7d1c6d0826af1d6df15689eb9a73e6c0bbf69ef
macterm.c (mac_check_for_quit_char): Adding BLOCK_INPUT
around call to ReceiveEvent to avoid certain crashes.
(mac_draw_line_to_pixmap, XCreatePixmapFromBitmapData)
(mac_fill_rectangle_to_pixmap, mac_draw_rectangle_to_pixmap)
(mac_copy_area_to_pixmap, mac_copy_area_with_mask_to_pixmap):
Save/restore the current graphics port and device handle when
drawing into an offscreen graphics world.
image.c [MAC_OS] (XPutPixel, XGetPixel, image_load_qt_1)
(gif_load): Likewise.
src/ChangeLog
src/image.c
src/macterm.c